PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFPageLabelNumberStyle Enumeration
In This Topic
    PDFPageLabelNumberStyle Enumeration
    In This Topic
    Defines the supported numbering styles for page labels.
    Members
    MemberDescription
    ARABICDecimal arabic numerals.
    LOWERCASE_LETTERLowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on)
    LOWERCASE_ROMANLowercase roman numerals
    NONENo numbering Style.
    UPPERCASE_LETTERUppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on)
    UPPERCASE_ROMANUppercase roman numerals.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.document.PDFPageLabelNumberStyle

    See Also